From: Charles A. Roelli Date: Sun, 1 Oct 2017 15:41:49 +0000 (+0200) Subject: Remove incorrect NEWS entry about 'find-library' X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~21^2~1098 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=98dc91fda8;p=emacs.git Remove incorrect NEWS entry about 'find-library' * etc/NEWS (Changes in Emacs 26.1): Remove an entry about 'find-library' taking a prefix argument to pop to a different window. This behavior was added in "Allow a prefix argument to find-library to pop to a different window" (commit e1f2d14a), and then removed in "New commands: find-library-other-window, find-library-other-frame" (commit 021430f4). --- diff --git a/etc/NEWS b/etc/NEWS index 51122b1152a..b734e8dd19c 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -299,10 +299,6 @@ header line. ** 'C-x h' ('mark-whole-buffer') will now avoid marking the prompt part of minibuffers. ---- -** 'find-library' now takes a prefix argument to pop to a different -window. - --- ** 'fill-paragraph' no longer marks the buffer as changed unless it actually changed something.